McTriggerSource.SourceHandle property

For motion sources, it is the handle of a command used.

For user variable source, it is the ID of UserVariable (e.g. SourceHandle = UserVariable.Id).

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public ulong SourceHandle { get; set; }
Public Property SourceHandle As ULong

Property value

Type: ulong

See also

McTriggerSource Class

IntervalZero.KINGSTAR.Base.Api Namespace